mjpg-streamer: adapt dependency to changed package name
authorDaniel Golle <[email protected]>
Tue, 8 Jul 2025 01:26:34 +0000 (02:26 +0100)
committerDaniel Golle <[email protected]>
Sun, 13 Jul 2025 11:51:27 +0000 (12:51 +0100)
The libv4l package has been renamed to v4l-utils to match the name now
used upstream, and also to make the folder name consistent with the
PKG_NAME.

Signed-off-by: Daniel Golle <[email protected]>
multimedia/mjpg-streamer/Makefile

index 8d6027e2ceb168ddb97cd10bfc6d843af9ef39f6..272197c1a4578619193c87f3ea0b84670f901ee4 100644 (file)
@@ -19,7 +19,7 @@ PKG_LICENSE:=GPL-2.0-or-later
 PKG_LICENSE_FILES:=LICENSE
 
 PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip=2 -xf $(DL_DIR)/$(PKG_SOURCE)
-PKG_BUILD_DEPENDS:=MJPG_STREAMER_V4L2:libv4l zmq protobuf-c/host
+PKG_BUILD_DEPENDS:=MJPG_STREAMER_V4L2:v4l-utils zmq protobuf-c/host
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/cmake.mk